Part Number Hot Search : 
SR200 ANTX2 06780 2N390 AM100 67401J AD402M88 2SD780
Product Description
Full Text Search
 

To Download MDT10P43 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
 MDT10P43
1. General Description
This 8-bit Micro-controller with built-in carrier generator uses a fully static CMOS technology to achieve high speed, small size, low power and high noise immunity. On chip memory includes 512 words of ROM, and 28 bytes of static RAM.
3. Applications
l Remote controller
4. Pin Assignment P - PDIP, S - PSOP
2. Features
u u u u Fully COMS static design 8-bit data bus On chip ROM size : 512 words Internal RAM size : 28 bytes (24general purpose registers, 4 special registers) u u u u u 34 single word instructions 14-bit instructions 2-level stacks Operating voltage : 2.0V ~ 6 V Addressing modes include direct, indirect and relative addressing modes u u Power-on Reset System clock : 455KHz crystal (OSC1 cap 50P; OSC2 cap 100P) u PA0-7 : 8 input only pins with pull-high resistor and input low wakeup detect circuit. u u u PB0 : CMOS output. PB1~7 : Seven open drain output pins. Built in remote control carrier synthesizer Fosc/8 (56.9K) or Fosc/12 (37.9K) by firmware setting. u 2048 clocks for oscillator start up time.
MDT10P43P11, MDT10P43S11
PA2 PA3 PA6 PA7 VSS PB0 PB1 PB2 PB3 1 2 3 4 5 6 7 8 9 18 17 16 15 14 13 12 11 10 PA1 PA0 OSC1 OSC2 VDD PB7 PB6 PB5 PB4
MDT10P43P21, MDT10P43S21
PA5 PA2 PA3 PA6 PA7 VSS PB0 PB1 PB2 PB3 1 2 3 4 5 6 7 8 9 10 20 19 18 17 16 15 14 13 12 11 PA4 PA1 PA0 OSC1 OSC2 VDD PB7 PB6 PB5 PB4
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 1 of 10 2005.8 Ver. 1.3
MDT10P43
5. Block Diagram
Stack Two Levels
9 bits
ROM 512N14
14 bits
RAM 24N8 Port A
Port PA0~PA7 8 bits
9 bits
Program Counters
Instruction Register Special Register
Port PB0 D0~D7
Port B Instruction Decoder External XT
Data 8bit
Port PB1~PB7
Control Circuit
Power on Reset Power Down Reset Working Register Status Register ALU
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 2 of 10 2005.8 Ver. 1.3
MDT10P43
6. Pin Function Description
Pin Name PA0~PA7 I/O I Function Description Port A, TTL input level. Built in 50K ohm pull-high resistor. In sleep mode, a high-to-low change on any pin will cause chip reset. PB0 PB1~PB7 OSC1 OSC2 Vdd Vss O O I O CMOS output pin Port B open drain output pins, 50K ohm pull-high resistor. Crystal oscillation input pin Crystal oscillation output pin Power supply Ground
7. Memory Map
(A) Register Map Address 00 01 02 03 04 05 06 Description Indirect Addressing Register Unimplemented PC STATUS MSR Port A (Input Only) Port B output register (Using "CPIO PB" Instruction change to PB Output data only) 07 08~1F Unimplemented Internal RAM, General Purpose Register
(1) IAR ( Indirect Address Register) : R0
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 3 of 10 2005.8 Ver. 1.3
MDT10P43
(2) PC (Program Counter) : R2 Write PC, CALL --- always 0 LJUMP, JUMP, LCALL --- from instruction word RTIW, RET --- from STACK
A9
A8
A7~A0
Write PC, JUMP, CALL --- from STATUS b5 LJUMP, LCALL --- from instruction word RTIW, RET --- from STACK Write PC --- from ALU LJUMP, JUMP, LCALL, CALL --- from instruction word RTIW, RET --- from STACK (3) STATUS (Status register) : R3 Bit 0 1 2 3 4 Symbol C HC Z PF LPT Carry bit Half Carry bit Zero bit Power loss Flag bit Low power detect =0 : Vdd is lower than 2.3 ~ 2.5V =1 : Vdd is higher than 2.3 ~ 2.5V 5 6X7 XX XX General purpose bit Carrier frequency control bits =00 No carrier (default) =01 Fosc/8, 1/2 duty =10 Fosc/12, 1/2 duty =11 Fosc/12, 1/3 duty (1/3 - Hi ; 2/3 - Low) (4) MSR (Memory Select Register) : R4 (5) PORT A : R5 Bit 7-0 : Port A data input (6) CPIO PB : R6 Bit 7-1 : PB7-PB1 output register (open drain output) Bit 0 : PB0 output register (CMOS output) Function
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 4 of 10 2005.8 Ver. 1.3
MDT10P43
8. Reset Condition for all Registers
Register IAR PC STATUS MSR PB Output data Address 00h 02h 03h 04h 06h Power-On Reset 1111 1111 0001 1xxx 111x xxxx 1111 1110
Note : " x "xunknown, " - "xunimplemented, read as "0"
10. Instruction Set
Mnemonic Operands NOP SLEEP RET CPIO R STWR R LDR R, t LDWI I SWAPR R, t INCR R, t INCRSZ R, t ADDWR R, t SUBWR R, t DECR R, t DECRSZ R, t ANDWR R, t ANDWI i IORWR R, t IORWI i XORWR R, t
Instruction Code 010000 00000000 010000 00000010 010000 00000100 010000 00000rrr 010001 1rrrrrrr 011000 trrrrrrr 111010 iiiiiiii 010111 trrrrrrr 011001 trrrrrrr 011010 trrrrrrr 011011 trrrrrrr 011100 trrrrrrr 011101 trrrrrrr 011110 trrrrrrr 010010 trrrrrrr 110100 iiiiiiii 010011 trrrrrrr 110101 iiiiiiii 010100 trrrrrrr
Function No operation Sleep mode Return Control I/O port register Store W to register Load register Load immediate to W Swap halves register Increment register Increment register, skip if zero Add W and register Subtract W from register Decrement register Decrement register, skip if zero AND W and register AND W and immediate Inclu. OR W and register Inclu. OR W and immediate Exclu. OR W and register
Operating None 0/ WT, stop OSC Stack/ PC W/ CPIO W/ R R/ t I/ W [R(0~3) R(4~7)]/ t R + 1/ t R + 1/ t W + R/ t R W/ t (R+/W+1/ t) R 1/ t R 1/ t R a W/ t i a W/ W R a W/ t i a W/ W R o W/ t r
Status
TF, PF None None None Z None None Z None C, HC, Z C, HC, Z Z None Z Z Z Z Z
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 5 of 10 2005.8 Ver. 1.3
MDT10P43
Instruction Code 110110 iiiiiiii 011111 trrrrrrr 010110 trrrrrrr Mnemonic Operands XORWI i COMR R, t RRR R, t Function Exclu. OR W and immediate Complement register Rotate right register Operating i o W/ W /R/ t R(n) / R(n-1), C / R(7), R(0)/ C 010101 trrrrrrr RLR R, t Rotate left register R(n)/ r(n+1), C/ R(0), R(7)/ C 010000 1xxxxxxx 010001 0rrrrrrr 0000bb brrrrrrr 0010bb brrrrrrr 0001bb brrrrrrr 0011bb brrrrrrr 1000nn nnnnnnnn 1010nn nnnnnnnn 110000 nnnnnnnn 110001 iiiiiiii 11001n nnnnnnnn CLRW CLRR BCR BSR R R, b R, b Clear working register Clear register Bit clear Bit set Bit Test, skip if clear Bit Test, skip if set Long CALL subroutine Long JUMP to address Call subroutine Return, place immediate to W n JUMP to address 0/ W 0/ R 0/ R(b) 1/ R(b) Skip if R(b)=0 Skip if R(b)=1 n/ PC, PC+1/ Stack LJUMP n CALL RTIW JUMP n i n/ PC n/ PC, PC+1/ Stack Stack/ PC, i/ W n/ PC None None None None Z Z None None None None None C Status Z Z C
BTSC R, b BTSS R, b LCALL n
Note : W CPIO HC Z C PF PC OSC Inclu. Exclu. AND : : : : : : : : : : : Working register Control I/O port register Half carry Zero flag Carry flag Power loss flag Program Counter Oscillator Inclusive `a ' Exclusive `o ' Logic AND `a ' b: t: Bit position Target 0 : Working register 1 : General register : : : : : General register address Immediate data ( 8 bits ) Immediate address Complement Don't care
R i n / x
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 6 of 10 2005.8 Ver. 1.3
MDT10P43
11. Electrical Characteristics
(Operating temperature at 25J ).
Sym
Description
Condition
Min 2.0
Typ
Max 6.0
Unit V
Vdd Operating voltage VIL Input Low Voltage PA VIH Input high Voltage PA IIL VOL Input leakage current Output Low Voltage PB Vdd=5V, IOL=20mA Vdd=5V, IOL=5mA VOH Output High Voltage PB0 Vdd=5V, IOH= -20mA Vdd=5V, IOH= -5mA Vpr Power Edge-detector Reset Voltage Vdd=5V Vdd=5V Vdd=5V
-0.6
1.0
V
2.0
Vdd+0.6 +/-1
V
A
V V
0.6 0.2
2.8 4.2 1.8
V V V
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 7 of 10 2005.8 Ver. 1.3
MDT10P43
12. PA0 ~ PA7 Equivalent Circuit
Input low wake_up
Sleep PA0~7: Pull_Hi 50K
Data Bus Read TTL Input Level TTL Input Resistor Port Input Pad
13. (A) PB0 Equivalent Circuit
Carrier Fosc/12 Fosc/ 8 D TRIS Reset
Q DFFRA C Latch RB QB Port Output Pad
Data Bus Read
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 8 of 10 2005.8 Ver. 1.3
MDT10P43
(B) PB1~7 Equivalent Circuit
D TRIS Reset
Q DFFPA C Latch PB QB
PB1~7: Pull_Hi 50K
Port Output Pad Data Bus Read
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 9 of 10 2005.8 Ver. 1.3
MDT10P43
This specification is subject to be changed without notice. Please visit our web site for the most updated information. http://www.mdtic.com.tw 10 of 10 2005.8 Ver. 1.3


▲Up To Search▲   

 
Price & Availability of MDT10P43

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X